1 namespace PhoneDirectory
2 {
3     
partial class frm_dev
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.groupBox1 = new System.Windows.Forms.GroupBox();
32             
this.label2 = new System.Windows.Forms.Label();
33             
this.label1 = new System.Windows.Forms.Label();
34             
this.groupBox1.SuspendLayout();
35             
this.SuspendLayout();
36             
//
37             
// groupBox1
38             
//
39             
this.groupBox1.Controls.Add(this.label2);
40             
this.groupBox1.Controls.Add(this.label1);
41             
this.groupBox1.Location = new System.Drawing.Point(12, 7);
42             
this.groupBox1.Name = "groupBox1";
43             
this.groupBox1.Size = new System.Drawing.Size(452, 75);
44             
this.groupBox1.TabIndex = 1;
45             
this.groupBox1.TabStop = false;
46             
//
47             
// label2
48             
//
49             
this.label2.AutoSize = true;
50             
this.label2.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
51             
this.label2.ForeColor = System.Drawing.SystemColors.ControlLightLight;
52             
this.label2.Location = new System.Drawing.Point(136, 43);
53             
this.label2.Name = "label2";
54             
this.label2.Size = new System.Drawing.Size(180, 21);
55             
this.label2.TabIndex = 1;
56             
this.label2.Text = "BSIT - Block B - 2nd Year";
57             
//
58             
// label1
59             
//
60             
this.label1.AutoSize = true;
61             
this.label1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
62             
this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
63             
this.label1.Location = new System.Drawing.Point(6, 16);
64             
this.label1.Name = "label1";
65             
this.label1.Size = new System.Drawing.Size(440, 21);
66             
this.label1.TabIndex = 0;
67             
this.label1.Text = "Arnold Elacion Jr. | Angel Jane Ann Canwe | Mark Ian Bernardo";
68             
//
69             
// frm_dev
70             
//
71             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
72             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
73             
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
74             
this.ClientSize = new System.Drawing.Size(483, 95);
75             
this.Controls.Add(this.groupBox1);
76             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
77             
this.MaximizeBox = false;
78             
this.MinimizeBox = false;
79             
this.Name = "frm_dev";
80             
this.ShowIcon = false;
81             
this.ShowInTaskbar = false;
82             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
83             
this.Text = " Digital Phonebook | Developers";
84             
this.groupBox1.ResumeLayout(false);
85             
this.groupBox1.PerformLayout();
86             
this.ResumeLayout(false);
87
88         }
89
90         
#endregion
91
92         
private System.Windows.Forms.GroupBox groupBox1;
93         
private System.Windows.Forms.Label label2;
94         
private System.Windows.Forms.Label label1;
95     }
96 }


Gõ tìm kiếm nhanh...